home *** CD-ROM | disk | FTP | other *** search
/ Everything For A Hacker / 19990506-[HACK].iso / REGISTRY / RegFix 0.90 / RegF.exe / 0 / RCDATA / TFINDFORM / TFINDFORM.txt
Text File  |  1999-02-23  |  3KB  |  159 lines

  1. object FindForm: TFindForm
  2.   Left = 326
  3.   Top = 135
  4.   Width = 307
  5.   Height = 305
  6.   Caption = 'Find'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = True
  14.   Position = poScreenCenter
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Label1: TLabel
  19.     Left = 16
  20.     Top = 8
  21.     Width = 52
  22.     Height = 13
  23.     Caption = 'Find What:'
  24.   end
  25.   object OkBut: TButton
  26.     Left = 32
  27.     Top = 240
  28.     Width = 75
  29.     Height = 25
  30.     Caption = 'Find'
  31.     Default = True
  32.     Enabled = False
  33.     TabOrder = 2
  34.     OnClick = OkButClick
  35.   end
  36.   object CansBut: TButton
  37.     Left = 184
  38.     Top = 240
  39.     Width = 75
  40.     Height = 25
  41.     Caption = 'Cancel'
  42.     ModalResult = 2
  43.     TabOrder = 3
  44.     OnClick = CansButClick
  45.   end
  46.   object Panel1: TPanel
  47.     Left = 16
  48.     Top = 56
  49.     Width = 265
  50.     Height = 177
  51.     Alignment = taLeftJustify
  52.     TabOrder = 1
  53.     object GroupBox1: TGroupBox
  54.       Left = 8
  55.       Top = 80
  56.       Width = 121
  57.       Height = 89
  58.       Caption = 'Look at'
  59.       TabOrder = 1
  60.       object KeyCheck: TCheckBox
  61.         Left = 8
  62.         Top = 16
  63.         Width = 97
  64.         Height = 17
  65.         Caption = 'Keys'
  66.         Checked = True
  67.         State = cbChecked
  68.         TabOrder = 0
  69.         OnClick = KeyCheckClick
  70.       end
  71.       object ValueCheck: TCheckBox
  72.         Left = 8
  73.         Top = 40
  74.         Width = 97
  75.         Height = 17
  76.         Caption = 'Values'
  77.         TabOrder = 1
  78.         OnClick = ValueCheckClick
  79.       end
  80.       object DataCheck: TCheckBox
  81.         Left = 8
  82.         Top = 64
  83.         Width = 97
  84.         Height = 17
  85.         Caption = 'Data'
  86.         TabOrder = 2
  87.         OnClick = DataCheckClick
  88.       end
  89.     end
  90.     object GroupBox2: TGroupBox
  91.       Left = 56
  92.       Top = 8
  93.       Width = 153
  94.       Height = 65
  95.       Caption = 'Options'
  96.       TabOrder = 0
  97.       object StringWCheck: TCheckBox
  98.         Left = 24
  99.         Top = 40
  100.         Width = 113
  101.         Height = 17
  102.         Caption = 'Whole string only'
  103.         Checked = True
  104.         State = cbChecked
  105.         TabOrder = 1
  106.         OnClick = StringWCheckClick
  107.       end
  108.       object CaseCheck: TCheckBox
  109.         Left = 24
  110.         Top = 16
  111.         Width = 121
  112.         Height = 17
  113.         Caption = 'Case sensitive'
  114.         TabOrder = 0
  115.         OnClick = StringWCheckClick
  116.       end
  117.     end
  118.     object GroupBox3: TGroupBox
  119.       Left = 136
  120.       Top = 80
  121.       Width = 121
  122.       Height = 89
  123.       Caption = 'Scope'
  124.       TabOrder = 2
  125.       object CurPosRadBut: TRadioButton
  126.         Left = 16
  127.         Top = 24
  128.         Width = 97
  129.         Height = 17
  130.         Caption = 'Current key'
  131.         Checked = True
  132.         TabOrder = 0
  133.         TabStop = True
  134.         OnMouseDown = CurPosRadButMouseDown
  135.       end
  136.       object WholeRadBut: TRadioButton
  137.         Left = 16
  138.         Top = 56
  139.         Width = 97
  140.         Height = 17
  141.         Caption = 'Whole tree'
  142.         TabOrder = 1
  143.         TabStop = True
  144.         OnMouseDown = WholeRadButMouseDown
  145.       end
  146.     end
  147.   end
  148.   object FindStrComBox: TComboBox
  149.     Left = 16
  150.     Top = 24
  151.     Width = 265
  152.     Height = 21
  153.     ItemHeight = 13
  154.     TabOrder = 0
  155.     OnChange = FindStrComBoxChange
  156.     OnEnter = FindStrComBoxEnter
  157.   end
  158. end
  159.